import { Alert } from '@aws-amplify/ui-react'; export const DismissibleAlertExample = () => { return ( <> This Alert is not dismissible by default Click the X to dismiss this Alert > ); };